From: grunny Date: Mon, 30 Dec 2013 13:16:52 +0000 (+1000) Subject: Remove @todo that has since been done X-Git-Tag: 1.31.0-rc.0~17461 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=e48beb4c8fea510031ddd4b49ba898813dc373fd;p=lhc%2Fweb%2Fwiklou.git Remove @todo that has since been done This todo note was done a few days after it was added in commit e5aa994d2eb36e0d0b5d63290e419df3a2cdf5cd. Change-Id: Iea1674fc28cca68f02b15d9a6513dd3e62fbc395 --- diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index dea98950af..89a85605d0 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -2109,7 +2109,6 @@ class Parser { /** * Strip the whitespace Category links produce, see bug 87 - * @todo We might want to use trim($tmp, "\n") here. */ $s .= trim( $prefix . $trail, "\n" ) == '' ? '' : $prefix . $trail;